#section_news_home {
    background-color: var(--gray-dark-9);
    padding: 3rem 0rem;
    max-width: 1920px;
    margin: 0 auto;
  }
  .home_noticias_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 3.125rem;
    gap: 1.2rem;
    width: 75.125rem;
    justify-content: center;
    max-width: 63%;
  }
  .home_noticias_header:not(:has(*)) {
    display: none;
  }
  .home_noticias_header_h5 {
    margin: 0;
    color: var(--brand);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--title-9);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: var(--paragraph-1-line-height);
    letter-spacing: 0.25rem;
  }
  
  .home_noticias_header_h1 {
    color: var(--brand-black);
    font-family: var(--font-family-0-regular);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 2.438rem;
    letter-spacing: 0.64px;
    /*text-transform: uppercase;*/
    margin: 0;
    text-align: center;
    text-wrap: balance;
  }
  
  .home_noticias_header_div p {
    margin: 0;
  }
  
  .home_noticias_div {
    padding: 0rem 5.5rem 2.5rem 5.5rem;
    padding-inline: 5.8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
  }
  div:has(.swiper-button-lock),
  .home_noticias_div:has(:not(.swiper-button-prev)){
    justify-content: center;
  }
  .home_noticias_div .home_noticias_div__container_swiper {
    overflow: hidden;
    max-width: calc(90% - 2px);
    padding: 0 15px 0 15px;
    /*padding-right: 10px;*/
    width: 100%;
  }
  
  #section_news_home .swiper-button-prev.home_noticias_arrow,
  #section_news_home .swiper-button-next.home_noticias_arrow {
    position: initial;
    margin: 5rem;
    padding: 0;
    color: var(--gray-dark-1);
    width: 1.25rem;
    height: 2.125rem;
    opacity: 1;
    /* transform: scale(1); */
  }
  #section_news_home .swiper-button-prev.home_noticias_arrow::after, 
  #section_news_home .swiper-button-next.home_noticias_arrow:after {
    font-size: 2.125rem;
    font-weight: 700;
  }
  #section_news_home .swiper-button-prev.home_noticias_arrow.swiper-button-disabled,
  #section_news_home .swiper-button-next.home_noticias_arrow.swiper-button-disabled {
    color: var(--gray-dark-2);
  }
  .home_noticias_link {
    display: flex;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand);
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 1.375rem;
    text-decoration-line: underline;
    padding: 0.5rem 2rem;
    /* max-width: 10rem; */
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
  .home_noticias_link:hover {
    background-color: var(--gray-dark-8);
    color: var(--brand);
    width: fit-content;
  }
  .home_noticias_link:hover svg path{
    fill: var(--brand);
  }
  #section_news_home .home_noticia_cards {
    /* display: flex;
    gap: 24px; */
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    height: auto;
  }
  .home_noticia_cards .home_article {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .block_slide {
    /* Drop Shadow 1 */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  
    min-width: 264px;
    height: 100%;
  }
  .home_article_info {
    padding: 2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
    background-color: var(--brand-white);
  }
  .home_article_info_h4 {
    color: var(--brand-black, #000);
    font-family: var(--font-family-1-2);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 24.42px;
    letter-spacing: 0.4px;
    margin: 0;
  }
  .home_article_info_p {
    color: var(--brand-black, #000);
    font-family: var(--font-family-1);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 21.8px;
    margin: 0;
    margin-top: -.5rem;
  }
  .home_article_info_div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    margin-top: auto;
  }
  .home_article_info_div_category {
    border-radius: 1.5625rem;
    background: var(--gray-dark-8, #E5E5E5);
    display: flex;
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    color: var(--gray-dark-1, #414141);
    font-family: var(--font-family-1);
    font-size: var(--paragraph-3);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 1.25rem;
  }
  .home_article_info_div_fecha {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    align-self: stretch;
    color: var(--gray-dark-4, #838383);
    font-family: var(--font-family-1);
    font-size: var(--paragraph-3);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 1.25rem;
    margin: 0;
    text-transform: capitalize;
  }
  .home_article_info_a {
    color: var(--brand-black);
    font-family: var(--font-family-1-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 21.98px;
    letter-spacing: 0.28px;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    /* gap: 4px; */
    height: 32px;
    justify-content: flex-start;
    margin-top: auto;
    width: fit-content;
  }
  .home_article_info_a:hover {
    background-color: var(--gray-dark-8);
    color: var(--gray-dark-1);
  }
  
  .home_article_info_a:hover svg path {
    fill: var(--gray-dark-1);
  }
  #section_news_home .home_noticias_arrows {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 2rem;
  }
  .home_article_figure {
    display: flex;
    margin: 0;
  }
  .home_article_img {
    width: 100%;
    aspect-ratio: 179 / 138;
    object-fit: cover;
  }
  /* #section_news_home .swiper-button-prev:after, 
  #section_news_home .swiper-button-next:after {
    content: none; 
  } */
  
  .button:not(.swiper-button-disabled),
  .button:not(.swiper-button-disabled) {
    filter: invert(17%) sepia(73%) saturate(5742%) hue-rotate(356deg) brightness(94%) contrast(83%);
  }
  .home_noticias_pagination {
    display: none;
  }
  
  @media (max-width: 1366px){
    #section_news_home .swiper-button-prev.home_noticias_arrow, #section_news_home .swiper-button-next.home_noticias_arrow {
      margin: 2rem;
    }
  }
  
  @media (max-width: 1100px){
    .home_noticias_header {
      width: 55.375rem;
      gap: 1.5rem;
    }
    .home_noticias_div {
      padding: 0rem 3rem 2.5rem 3rem;
      padding-inline: 3.5%;
    }
    #section_news_home .swiper-button-prev.home_noticias_arrow, #section_news_home .swiper-button-next.home_noticias_arrow {
      margin: 0;
    }
  }
  @media (max-width: 768px) {
    #section_news_home {
        padding: 1.87rem 0 3.75rem;
    }
    .home_noticia_cards .home_article {
        max-width: 85.455%;
        box-shadow: 0px 4px 8px 0px #00000040;
    }
    .home_noticias_header {
      gap: 1rem;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem;
      width: 36.375rem;
      max-width: 76%;
    }
    .home_noticias_header_h5 {
      font-size: var(--paragraph-3);
      line-height: 1.125rem;
      letter-spacing: 0.3rem;
    }
    .home_noticias_header_h1 {
      font-size: var(--title-4);
      line-height: 31.75px;
      letter-spacing: 0.44px;
    }
    .home_noticias_header_div {
      font-size: var(--paragraph-2);
      line-height: 1.25rem;
    }
    .home_noticias_div {
      padding: 0rem 0 1.5rem;
      flex-direction: column;
      gap: 3.12rem;
      overflow: hidden;
    }
    .home_noticias_div .home_noticias_div__container_swiper {
      margin: 0;
      max-width: 100%;
      overflow: initial;
    }
    .home_article_info {
      padding: 1.5rem 1.25rem;
      gap: 1rem;
    }
    .noNavegation .home_article_info_h4 {
        font-size: 1.25rem !important;
    }
    .home_article_info_h4 {
      font-size: 1.125rem ;
      line-height: 1.355rem;
    }
    .home_article_info_p {
        line-height: 1.375rem;
    }
    .home_article_info_a {
      font-size: var(--paragraph-2);
      line-height: 1.25rem;
    }
    
    .home_noticias_link {
      font-size: var(--paragraph-1);
  }
    #section_news_home .swiper-button-prev.home_noticias_arrow, 
    #section_news_home .swiper-button-next.home_noticias_arrow {
      display: none;
    }
    .home_noticias_div .home_noticias_pagination {
      display: block;
      position: initial;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: transparent;
      border-color: var(--gray-dark-2);
      /*opacity: 1;*/
      margin-block: 2px;
    }
    .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet-active {
      width: 18px;
      height: 18px;
      margin-block: 0;
      background: var(--brand-light);
      border-color: var(--brand-light);
    }
  }
  @media (max-width: 500px){
    header.home_noticias_header {
      width: 22.5rem;
      max-width: 91%;
    }
    .home_article_info {
      padding: 1.5rem 0.75rem;
    }
  }